/* XUI V1.0.0 | by whx | (c) 2016 HaiXuan,Inc. | Licensed under MIT */

* {
	-webkit-boewh-sizing: border-box;
	-moz-boewh-sizing: border-box;
	boewh-sizing: border-box;
	outline: 0
}

:after,
:before {
	-webkit-boewh-sizing: border-box;
	-moz-boewh-sizing: border-box;
	boewh-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	boewh-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
li,
p,
span,
input,
button,
textarea {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft Yahei", Arial;
	font-size: 14px;
	line-height: 1.6;
}

fieldset,
img {
	border: 0
}

pre,
code,
form,
fieldset,
legend {
	margin: 0;
	padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit
}

del,
ins {
	text-decoration: none
}

caption,
th {
	text-align: left
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: baseline
}

sub {
	vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 500;
}

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	/*width: 100%;
	maewh-width: 100%;
	margin-bottom: 20px;*/
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

ol,
ul,
li {
	list-style: none;
}

/*form*/
label {
	display: inline-block;
	maewh-width: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
select {
	vertical-align: middle;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
}

button,
input[type=button] {
	width: auto;
	overflow: visible;
}

button,
input,
select,
textarea {
	margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

/*form*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	cursor: pointer;
}

a:hover {
	color: #C00;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

img {
	vertical-align: middle;
}

/*text background*/

/*primary*/
.ewh_t_p {
	color: #286090;
}

.ewh_bg_p {
	background-color: #286090;
}

/*success*/
.ewh_t_s {
	color: #3c763d;
}

.ewh_bg_s {
	background-color: #3c763d;
}

/*warning*/
.ewh_t_w {
	color: #8a6d3b;
}

.ewh_bg_w {
	background-color: #8a6d3b;
}

/*danger*/
.ewh_t_d {
	color: #a94442;
}

.ewh_bg_d {
	background-color: #a94442;
}

/*flex css*/
.ewh_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.ewh_flexC {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	fleewh-direction: column;
}

.ewh_f1 {
	-webkit-boewh-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.ewh_fcc {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*table*/
.ewh_table>thead>tr>th,
.ewh_table>tbody>tr>th,
.ewh_table>tfoot>tr>th,
.ewh_table>thead>tr>td,
.ewh_table>tbody>tr>td,
.ewh_table>tfoot>tr>td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}

.ewh_table>thead>tr {
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
}

.ewh_table_box {
	border: 1px solid #eaeefb;
	border-radius: 4px;
	margin: 0 40px;
}

/*wrap*/
.ewh_w {
	margin: 0 auto;
	position: relative;
}

/* @media (min-width: 768px) {
	.ewh_w {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.ewh_w {
		width: 970px;
	}
} */
@media (min-width: 1200px) {
	.ewh_w {
		width: 1200px;
	}
}

.ewh_w:before,
.ewh_w:after,
.ewh_row:before,
.ewh_row:after,
.ewh_cf:before,
.ewh_cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ewh-1,
.ewh-s-1,
.ewh-m-1,
.ewh-l-1,
.ewh-2,
.ewh-s-2,
.ewh-m-2,
.ewh-l-2,
.ewh-3,
.ewh-s-3,
.ewh-m-3,
.ewh-l-3,
.ewh-4,
.ewh-s-4,
.ewh-m-4,
.ewh-l-4,
.ewh-5,
.ewh-s-5,
.ewh-m-5,
.ewh-l-5,
.ewh-6,
.ewh-s-6,
.ewh-m-6,
.ewh-l-6,
.ewh-7,
.ewh-s-7,
.ewh-m-7,
.ewh-l-7,
.ewh-8,
.ewh-s-8,
.ewh-m-8,
.ewh-l-8,
.ewh-9,
.ewh-s-9,
.ewh-m-9,
.ewh-l-9,
.ewh-10,
.ewh-s-10,
.ewh-m-10,
.ewh-l-10,
.ewh-11,
.ewh-s-11,
.ewh-m-11,
.ewh-l-11,
.ewh-12,
.ewh-s-12,
.ewh-m-12,
.ewh-l-12,
.ewh-20 {
	position: relative;
	min-height: 1px;
}

.ewh-1,
.ewh-2,
.ewh-3,
.ewh-4,
.ewh-5,
.ewh-6,
.ewh-7,
.ewh-8,
.ewh-9,
.ewh-10,
.ewh-11,
.ewh-12,
.ewh-20 {
	float: left;
}

.ewh-12 {
	width: 100%
}

.ewh-11 {
	width: 91.66666667%
}

.ewh-10 {
	width: 83.33333333%
}

.ewh-9 {
	width: 75%
}

.ewh-8 {
	width: 66.66666667%
}

.ewh-7 {
	width: 58.33333333%
}

.ewh-6 {
	width: 50%
}

.ewh-5 {
	width: 41.66666667%
}

.ewh-4 {
	width: 33.33333333%
}

.ewh-3 {
	width: 25%
}

.ewh-2 {
	width: 16.66666667%
}

.ewh-1 {
	width: 8.33333333%
}

.ewh-20 {
	width: 20%;
}
.ewh-25 {
	width: 25%;
}
.ewh-50 {
	width: 50%;
}

@media (min-width: 768px) {

	.ewh-s-1,
	.ewh-s-2,
	.ewh-s-3,
	.ewh-s-4,
	.ewh-s-5,
	.ewh-s-6,
	.ewh-s-7,
	.ewh-s-8,
	.ewh-s-9,
	.ewh-s-10,
	.ewh-s-11,
	.ewh-s-12 {
		float: left
	}

	.ewh-s-12 {
		width: 100%
	}

	.ewh-s-11 {
		width: 91.66666667%
	}

	.ewh-s-10 {
		width: 83.33333333%
	}

	.ewh-s-9 {
		width: 75%
	}

	.ewh-s-8 {
		width: 66.66666667%
	}

	.ewh-s-7 {
		width: 58.33333333%
	}

	.ewh-s-6 {
		width: 50%
	}

	.ewh-s-5 {
		width: 41.66666667%
	}

	.ewh-s-4 {
		width: 33.33333333%
	}

	.ewh-s-3 {
		width: 25%
	}

	.ewh-s-2 {
		width: 16.66666667%
	}

	.ewh-s-1 {
		width: 8.33333333%
	}
}

@media (min-width: 992px) {

	.ewh-m-1,
	.ewh-m-2,
	.ewh-m-3,
	.ewh-m-4,
	.ewh-m-5,
	.ewh-m-6,
	.ewh-m-7,
	.ewh-m-8,
	.ewh-m-9,
	.ewh-m-10,
	.ewh-m-11,
	.ewh-m-12 {
		float: left
	}

	.ewh-m-12 {
		width: 100%
	}

	.ewh-m-11 {
		width: 91.66666667%
	}

	.ewh-m-10 {
		width: 83.33333333%
	}

	.ewh-m-9 {
		width: 75%
	}

	.ewh-m-8 {
		width: 66.66666667%
	}

	.ewh-m-7 {
		width: 58.33333333%
	}

	.ewh-m-6 {
		width: 50%
	}

	.ewh-m-5 {
		width: 41.66666667%
	}

	.ewh-m-4 {
		width: 33.33333333%
	}

	.ewh-m-3 {
		width: 25%
	}

	.ewh-m-2 {
		width: 16.66666667%
	}

	.ewh-m-1 {
		width: 8.33333333%
	}
}

@media (min-width: 1200px) {

	.ewh-l-1,
	.ewh-l-2,
	.ewh-l-3,
	.ewh-l-4,
	.ewh-l-5,
	.ewh-l-6,
	.ewh-l-7,
	.ewh-l-8,
	.ewh-l-9,
	.ewh-l-10,
	.ewh-l-11,
	.ewh-l-12 {
		float: left
	}

	.ewh-l-12 {
		width: 100%
	}

	.ewh-l-11 {
		width: 91.66666667%
	}

	.ewh-l-10 {
		width: 83.33333333%
	}

	.ewh-l-9 {
		width: 75%
	}

	.ewh-l-8 {
		width: 66.66666667%
	}

	.ewh-l-7 {
		width: 58.33333333%
	}

	.ewh-l-6 {
		width: 50%
	}

	.ewh-l-5 {
		width: 41.66666667%
	}

	.ewh-l-4 {
		width: 33.33333333%
	}

	.ewh-l-3 {
		width: 25%
	}

	.ewh-l-2 {
		width: 16.66666667%
	}

	.ewh-l-1 {
		width: 8.33333333%
	}
}

/*float*/
.ewh_fl {
	float: left !important;
}

.ewh_fr {
	float: right !important;
}

.ewh__fr,
ewh__fl {
	float: none;
}

.ewh_oh {
	overflow: hidden;
}

.ewh_dn {
	display: none;
}

.ewh__dn {
	display: block;
}

@media (min-width: 768px) {
	.ewh__dn {
		display: none;
	}

	.ewh__fl {
		float: left !important;
	}

	.ewh__fr {
		float: right !important;
	}
}